All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class com.apple.alpha.core.SystemLog

java.lang.Object
   |
   +----com.apple.alpha.core.NativeObject
           |
           +----com.apple.alpha.core.SystemLog

public class SystemLog
extends NativeObject
This class wraps the Objective-C class NSJavaSystemLog.


Constructor Index

 o SystemLog()
This default constructor is equivalent to Objective-C's [[NSJavaSystemLog alloc] init].
 o SystemLog(boolean, int)
Protected constructor used by the bridge to wrap an Objective-C object.

Method Index

 o log(String)
A wrapper for the + log: Objective-C class method.

Constructors

 o SystemLog
 protected SystemLog(boolean shouldAllocate,
                     int objcObject)
Protected constructor used by the bridge to wrap an Objective-C object. It should never be invoked directly.

 o SystemLog
 public SystemLog()
This default constructor is equivalent to Objective-C's [[NSJavaSystemLog alloc] init].

Methods

 o log
 public static native void log(String message)
A wrapper for the + log: Objective-C class method. Since this method is not part of the original Objective-C Yellow Box APIs, a link to the relevant documentation cannot be provided at this time. Please look for a method with a similar name in the Objective-C reference (the name of this class, SystemLog, should be enough to head you in the right direction should you find more than one such method).


All Packages  Class Hierarchy  This Package  Previous  Next  Index